home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / homeoff / zilch / run / zilchs21.exe / 0 / RCDATA / TSMCAP / TSMCAP.txt < prev   
Text File  |  1999-01-29  |  4KB  |  162 lines

  1. object SmCap: TSmCap
  2.   Left = 250
  3.   Top = 183
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Minimum Payment Too Small'
  7.   ClientHeight = 391
  8.   ClientWidth = 604
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 14
  19.     Top = 16
  20.     Width = 577
  21.     Height = 319
  22.     BevelInner = bvLowered
  23.     BorderStyle = bsSingle
  24.     Color = 6303744
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 92
  28.       Top = 25
  29.       Width = 405
  30.       Height = 32
  31.       Caption = ' Minimum Payment Too Small '
  32.       Font.Charset = ANSI_CHARSET
  33.       Font.Color = clWhite
  34.       Font.Height = -27
  35.       Font.Name = 'Arial'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.     end
  39.     object Label2: TLabel
  40.       Left = 18
  41.       Top = 98
  42.       Width = 538
  43.       Height = 54
  44.       AutoSize = False
  45.       Caption = 
  46.         'Each credit card issuer establishes a minimum payment policy.  T' +
  47.         'his policy is set forth in what is called the "cardholders agree' +
  48.         'ment".  The typical statement used is as follows:'
  49.       Font.Charset = ANSI_CHARSET
  50.       Font.Color = clWhite
  51.       Font.Height = -13
  52.       Font.Name = 'Arial'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.       Transparent = True
  56.       WordWrap = True
  57.     end
  58.     object Label3: TLabel
  59.       Left = 93
  60.       Top = 145
  61.       Width = 405
  62.       Height = 39
  63.       Alignment = taCenter
  64.       AutoSize = False
  65.       Caption = 
  66.         '"The minimum monthly payment will be figured as 2.5% of the outs' +
  67.         'tanding balance or $15 whichever is greater."'
  68.       Font.Charset = ANSI_CHARSET
  69.       Font.Color = clAqua
  70.       Font.Height = -13
  71.       Font.Name = 'Arial'
  72.       Font.Style = [fsBold, fsItalic]
  73.       ParentFont = False
  74.       Transparent = True
  75.       WordWrap = True
  76.     end
  77.     object Label4: TLabel
  78.       Left = 18
  79.       Top = 191
  80.       Width = 540
  81.       Height = 54
  82.       AutoSize = False
  83.       Caption = 
  84.         'This minimum payment can vary anywhere from $10 to $35 depending' +
  85.         ' on the lending institution that issued you your credit card.  F' +
  86.         'or this reason, we do not allow the minimum payment to be less t' +
  87.         'han $10.'
  88.       Font.Charset = ANSI_CHARSET
  89.       Font.Color = clWhite
  90.       Font.Height = -13
  91.       Font.Name = 'Arial'
  92.       Font.Style = [fsBold]
  93.       ParentFont = False
  94.       Transparent = True
  95.       WordWrap = True
  96.     end
  97.     object Label5: TLabel
  98.       Left = 18
  99.       Top = 263
  100.       Width = 496
  101.       Height = 16
  102.       Caption = 
  103.         'The payment you entered is too low and will automatically be adj' +
  104.         'usted to $10.'
  105.       Font.Charset = ANSI_CHARSET
  106.       Font.Color = clWhite
  107.       Font.Height = -13
  108.       Font.Name = 'Arial'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.       Transparent = True
  112.       WordWrap = True
  113.     end
  114.     object Panel13: TPanel
  115.       Left = 12
  116.       Top = 9
  117.       Width = 61
  118.       Height = 82
  119.       BevelOuter = bvNone
  120.       Caption = 'Panel13'
  121.       ParentColor = True
  122.       TabOrder = 0
  123.       object Panel14: TPanel
  124.         Left = 10
  125.         Top = 9
  126.         Width = 46
  127.         Height = 72
  128.         BevelOuter = bvNone
  129.         Caption = 'Panel14'
  130.         Color = clBlack
  131.         TabOrder = 0
  132.       end
  133.       object Panel15: TPanel
  134.         Left = 4
  135.         Top = 4
  136.         Width = 48
  137.         Height = 73
  138.         BevelInner = bvRaised
  139.         TabOrder = 1
  140.         object Image2: TImage
  141.           Left = 7
  142.           Top = 6
  143.           Width = 34
  144.           Height = 60
  145.           AutoSize = True
  146.           Picture.Data = {<image000.bmp>}
  147.           Transparent = True
  148.         end
  149.       end
  150.     end
  151.   end
  152.   object Button1: TButton
  153.     Left = 516
  154.     Top = 353
  155.     Width = 75
  156.     Height = 25
  157.     Caption = 'Ok'
  158.     TabOrder = 1
  159.     OnClick = Button1Click
  160.   end
  161. end
  162.